testing.common.barrier (field)

11 uses

	testing (current package)
		fuzz.go#L306: 				barrier:   make(chan bool),
		fuzz.go#L521: 						barrier:   make(chan bool),
		fuzz.go#L607: 			barrier:   nil, // T.Parallel has no effect when fuzzing.
		fuzz.go#L712: 			close(f.barrier)
		testing.go#L666: 	barrier    chan bool // To signal parallel subtests they may start. Nil when T.Parallel is not present (B) or not usable (when fuzzing).
		testing.go#L1768: 	if t.parent.barrier == nil {
		testing.go#L1803: 	<-t.parent.barrier // Wait for the parent test to complete.
		testing.go#L1990: 			close(t.barrier)
		testing.go#L2074: 			barrier:    make(chan bool),
		testing.go#L2136: 			barrier:    make(chan bool),
		testing.go#L2571: 					barrier:    make(chan bool),